auto merge of #190 : alexcrichton/cargo/cargo-run, r=wycats
authorbors <bors@rust-lang.org>
Mon, 14 Jul 2014 18:16:57 +0000 (18:16 +0000)
committerbors <bors@rust-lang.org>
Mon, 14 Jul 2014 18:16:57 +0000 (18:16 +0000)
commit811d70d14867de6786bc053a371e18f20dc76aa6
tree5ed48eea45cfcffca3531e5483a024c8d23d6e7b
parentdc617cf81b7b3335355ddde6322e5a13b8bf33d7
parenta64b9073f483ffc27b777708d495d718b4bb9f81
auto merge of #190 : alexcrichton/cargo/cargo-run, r=wycats

This currently only supports executing the `src/main.rs` convention, no other.

Close #149